home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00110.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  4.7 KB  |  146 lines

  1. on startMovie
  2.   global ghousereflist, gtechnoreflist, ggaragereflist, gbeatzreflist, gmenudrive, glistcounter, gwhere_I_am
  3.   clearGlobals()
  4.   cursor(4)
  5.   preloadMember("filmloopski", the number of member "filmloopski" + 52)
  6.   if (the platform contains "16") = 0 then
  7.     if not soundBusy(1) then
  8.       puppetSound(1, "cosford.aif")
  9.     end if
  10.   end if
  11.   set ghousereflist to [12, 15, 17, 16, 18, 19, 20, 23, 26, 37, 22, 21, 24, 27, 28, 38, 39, 40, 41]
  12.   set gtechnoreflist to [2, 5, 10, 11, 29, 30]
  13.   set ggaragereflist to [32, 34, 42]
  14.   set gbeatzreflist to [1, 3, 33, 31]
  15.   set gmenudrive to 0
  16.   set glistcounter to 2
  17.   set gwhere_I_am to 1
  18.   set the text of field "xxfield" to " "
  19.   if the machineType = 256 then
  20.     set the textSize of field "xxfield" to 12
  21.   end if
  22.   set zap to the number of member "mukkaa"
  23.   repeat with x = zap to zap + 9
  24.     if the machineType = 256 then
  25.       set the textFont of field x to "Arial"
  26.       next repeat
  27.     end if
  28.     set the textFont of field x to "Geneva"
  29.   end repeat
  30.   set temp to the number of member "songfield1"
  31.   repeat with x = temp to temp + 3
  32.     set the textSize of field x to 12
  33.   end repeat
  34.   define_the_list()
  35. end
  36.  
  37. on setup_main_room
  38.   global groomQTlist, greset_flag, gwhere_I_am, groomlabellist
  39.   if (the platform contains "16") = 0 then
  40.     if not soundBusy(1) then
  41.       puppetSound(1, "cosford.aif")
  42.     end if
  43.   end if
  44.   repeat with x in [8, 10, 13, 15, 21, 22, 23, 24]
  45.     puppetSprite(x, 1)
  46.   end repeat
  47.   repeat with x in [8, 10, 11, 12, 13, 15, 47]
  48.     set the visible of sprite x to 0
  49.   end repeat
  50.   set greset_flag to 1
  51.   set groomQTlist to ["nfo.mov", "tc.mov", "grg.mov", "hs.mov", "abz.mov"]
  52.   set groomlabellist to ["infolab", "tecnolab", "garagelab", "houselab", "beatzlab"]
  53.   set the member of sprite 21 to member getAt(groomlabellist, gwhere_I_am)
  54.   cursor(-1)
  55. end
  56.  
  57. on roomQT plus_or_minus
  58.   global groomQTlist, gwhere_I_am, greset_flag
  59.   set greset_flag to 0
  60.   set gwhere_I_am to getPos(groomQTlist, the name of the member of sprite 24)
  61.   set gwhere_I_am to gwhere_I_am + plus_or_minus
  62.   if gwhere_I_am > count(groomQTlist) then
  63.     set gwhere_I_am to 1
  64.   end if
  65.   if gwhere_I_am < 1 then
  66.     set gwhere_I_am to count(groomQTlist)
  67.   end if
  68.   set the loc of sprite 24 to point(-300, -300)
  69.   set the loc of sprite 24 to point(326, 182)
  70.   if plus_or_minus = -1 then
  71.     set the movieRate of sprite 24 to 1
  72.   end if
  73. end
  74.  
  75. on where_next nextnum, listname
  76.   set testlist to []
  77.   repeat with x = 1 to count(Biglist, listname)
  78.     if nextnum = getaProp(getaProp(getaProp(Biglist, listname), x), #refnum) then
  79.       add(testlist, 1)
  80.       next repeat
  81.     end if
  82.     add(testlist, 0)
  83.   end repeat
  84.   return getPos(testlist, 1)
  85. end
  86.  
  87. on depuppify
  88.   repeat with x = 1 to 48
  89.     set the visible of sprite x to 1
  90.     puppetSprite(x, 0)
  91.   end repeat
  92. end
  93.  
  94. on setup_the_fields
  95.   global gworklist, glistcounter
  96.   set firstfield to the memberNum of member "songfield1"
  97.   repeat with x = 1 to 4
  98.     set temp to getaProp(getAt(getaProp(getaProp(gworklist, glistcounter), #tracks), x), #namtrk)
  99.     if the number of chars in temp > 17 then
  100.       put word 1 of temp & " " & word 2 of temp & "..." into field (firstfield + (x - 1))
  101.       next repeat
  102.     end if
  103.     put temp into field (firstfield + (x - 1))
  104.   end repeat
  105. end
  106.  
  107. on setup_room_generic roomreflist, roomcast, roomlist
  108.   global glistcounter, gincrement, greflist
  109.   set gincrement to 1
  110.   set greflist to roomreflist
  111.   set gcastlib to roomcast
  112.   repeat with x = 1 to count(roomlist)
  113.     set checker to value(getaProp(getAt(roomlist, x), #refnum))
  114.     if checker = getAt(roomreflist, gincrement) then
  115.       set glistcounter to x
  116.       set tempic to getAt(getaProp(getAt(roomlist, glistcounter), #QTdata), 2)
  117.       set the castNum of sprite 20 to member tempic of castLib roomcast
  118.       set temsnd to getaProp(getAt(getaProp(getAt(roomlist, glistcounter), #tracks), 1), #QTnam)
  119.       set the castNum of sprite 45 to member temsnd
  120.       set teminf to getaProp(getAt(getaProp(getAt(roomlist, glistcounter), #tracks), 1), #inftrk)
  121.       if teminf <> EMPTY then
  122.         set the castNum of sprite 12 to member teminf
  123.       else
  124.         put "Artist:" && getaProp(getAt(roomlist, glistcounter), #artnam) & RETURN & "Label:" && getaProp(getAt(roomlist, glistcounter), #recinf) & RETURN & "Track One name:" && getaProp(getAt(getaProp(getAt(roomlist, glistcounter), #tracks), 1), #namtrk) into field "xxfield"
  125.         set the castNum of sprite 12 to member "xxfield"
  126.       end if
  127.       updateStage()
  128.     end if
  129.     setup_the_fields()
  130.   end repeat
  131. end
  132.  
  133. on stopMovie
  134.   depuppify()
  135. end
  136.  
  137. on idle
  138.   if (the frame < 15) and (the frame > 21) then
  139.     if (the platform contains "16") = 0 then
  140.       if not soundBusy(1) then
  141.         puppetSound(1, "cosford.aif")
  142.       end if
  143.     end if
  144.   end if
  145. end
  146.